home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.editplus.com
/
2015-02-07.ftp.editplus.com.tar
/
ftp.editplus.com
/
epp370p0932_0923_64bit.exe
/
[0]
/
TEMPLATE.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
2011-01-29
|
107b
|
9 lines
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Hello, world\n");
^!
return 0;
}